home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / compress / actest20.zip / CHECKSIG.BAT < prev    next >
DOS Batch File  |  1996-09-08  |  624b  |  16 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO This BATCH file will run PGP (Pretty Good Privacy) to check and
  4. ECHO see if the file 'ACT-0996.TXT' has been tampered with.  If a
  5. ECHO bad signature message is given, someone has changed the contents
  6. ECHO of that file.  To be sure of getting an offical copy, FTP a copy
  7. ECHO from  ftp://ftp.simtel.net/pub/simtelnet/msdos/arcers/actest20.zip
  8. ECHO I upload a copy there myself.  - Jeff Gilchrist, author of A.C.T.
  9. ECHO.
  10. ECHO If you do not have a copy of my public key on your PGP keyring
  11. ECHO then e-mail: jeffg@mi.net  and I will send you my key.
  12. ECHO.
  13. PAUSE
  14.  
  15. PGP ACT-0996.SIG ACT-0996.TXT
  16.